a{
  color:inherit;
}
a:hover{
  color:inherit;
  text-decoration:none;
}
ul{
  list-style:none;
  padding-left:0px;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg#iconfont') format('svg');
}
.container{ max-width:1230px; !important}
.w1300{width:1300px; margin:0 auto; }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner{
  position: relative;
}
.logo{
  position: absolute;
  left: 10%;
  top:5%;
  z-index: 2;
}
.width100 img{
  width:100%;
}
.topbar{
  background: #ffeccb;
  color: #e20111;
  font-size: 14px;
  line-height: 30px;
}
.topbar a{
  margin-right: 20px;
}
.topbar img{
  margin-top: -5px;
}
.topbar a.ac{
  color: #1f8189;
}
.topbarfr{
  text-align: right;
}
.top{
  background: url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/banner.jpg) no-repeat center;
  padding:70px 0px;
  height: 387px;
}
.topfr{
  text-align: right;
}
.topfr a{
  border-radius: 60px;
  color: #999;
  padding:3px 10px;
  font-size: 14px;
}
.search{
  border: #dcdcdc solid 1px;
  text-align: right;
  width:80%;
  float: right;
  height:40px;
  margin-top: 7px;
  border-radius: 50px;
  background-color: #fff;
}
.search input{
  border:none;
  background: none;
  outline: none;
}
.search button{
  position: absolute;
  right:22px;
  top:9px;
  background: #fff;
  border:none;
  width: 38px;
  height:36px;
  border-radius: 50px;
}
.navbox{
  background:url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/bggdh.jpg) repeat-x;
  height: 54px;
}
.navbox .navbar{
  padding-left:0px;
  padding-right:0px;
}
.navbox .dropdown-menu{
  background: rgba(0,0,0,.5);
  border:none;
  border-radius: 0px;
  min-width: 125px;
  top:44px;
}
.navbox .dropdown-item{
  color: #fff;
  text-align: center;
}
.navbox .dropdown-item:hover{
  background: #ff776c;
}
.navbox ul.navbar-nav{
  width:100%;
  text-align: center;
}
.navbox ul.navbar-nav li{
  width:15%;
}

.swiper-container1 .swiper-pagination-bullet{
  width:80px;
  border-radius: 0px;
}
.swiper-container1 .swiper-pagination-bullet-active{
  background: #11689f;
}
.swiper-container-horizontal>.swiper-pagination1{
  bottom:50px;
}
.sidebar{
  width:80px;
  position: fixed;
  right:20px;
  top:20%;
  text-align: center;
  color: #999;
  background: #fff;
  border:#eee solid 1px;
  font-size: 14px;
  z-index: 2;
}
.sidebar a{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.backtop{
  background: #18acb9;
}
.tanchu{
  position: relative;
  padding:10px 0px;
}
.erweimatan,.phonetan{
  position: absolute;
}
.erweimatan{
  width:178px;
  height:155px;
  margin-top: -77.5px;
  left:-160px;
  top:50%;
}
.phonetan{
  width:178px;
  height:86px;
  margin-top: -43px;
  left:-160px;
  top:50%;
  background: url("http://www.jnsw.gov.cn/statics/images/jnswnew/images/phonebg.png") no-repeat center;
  padding-top: 30px;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  color: #18acb9;
}
.tan{
  display: none;
}
.topmenu span{
  font-size: 40px;
  display: block;
  color: #11aab7;
}
.topmenu a{
  padding:10px 0px 15px;
  display: block
}
.topmenu .col{
  background: #fff;
  transition: all .3s ease-out .1s;
}
.topmenu .col:hover{
  background: #11aab7;
  transition: all .3s ease-in .1s;
  color: #fff;
}
.topmenu .col span{
  /* transform:scale(1) ;
  -webkit-transform:scale(1) ;
  -moz-transform:scale(1) ;
  -o-transform:scale(1); */
  transform: rotateY(0deg);
  transition: all .5s ease .1s;
}
.topmenu .col:hover span{
  color: #fff;
  /* transform:scale(1.1) ;
  -webkit-transform:scale(1.1) ;
  -moz-transform:scale(1.1) ;
  -o-transform:scale(1.1); */
  transform: rotateY(360deg);
  transition: all .5s ease .2s;
}
.topmenu .col::before{
  content: "";
  position: absolute;
  left:0px;
  bottom:0px;
  width:0;
  height:5px;
  background: #f07d01;
  transition: all .3s ease-in .1s;
}
.topmenu .col:hover::before{
  width:100%;
  transition: all .3s ease-out .1s;
}
.topmenu{
  background: #fff;
  text-align: center;
  box-shadow: rgba(0,0,0,.2) 1px 1px 5px;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  z-index: 3;
  color: #666;
}
/* .topmenu .col{
  border-right: #eee solid 1px;
}
.topmenu .col:last-child{
  border-right:none;
} */
.swiper-containermode img{
  width:100%;
}
.swiper-containermode p{
  position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.5);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    width: 100%;
    line-height: 45px;
    width: 100%;
    padding-left: 10px;
    padding-right: 100px;
}
.swiper-paginationmode{
  text-align:right;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
   width:98%;
}
.mt40px{
  margin-top: 40px;
}
.part1fr{}
.part1fr ul.part1ul{list-style:none; overflow: hidden;}
.part1fr ul.part1ul li{float:left;cursor:pointer; text-align: center;border-radius: 5px; padding:5px 10px; font-size: 18px;margin-right: 6px;}
.part1fr ul.part1ul li.aa{background-color:#cf131a;color:white;}
.part1fr .content1{}
.part1fr .content1>div{display:none; position: relative;}
.more{
  position: absolute;
  color: #bf0000;
  right:10px;
  top:-34px;
  font-size: 14px;
}
.part1fr .content1>div.aa{display:block;}
.footer{
  background: #b91e1e;
  padding:0px 0px 50px;
}

.footerbm p{
  margin-bottom: 0px;
  font-size: 16px;
  color: #010101;
  line-height: 40px;
}
.footerbm22 p{
  margin-bottom: 0px;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}
.footerbm p a{
	margin: 0 12px;
}
.text-align-center{
  text-align: center;
}
.borderright{
  border-right: #999 solid 1px;
}
.footerb{
  padding:30px 0px 10px;
}
.piclink a{
  display: block;
  position: relative;
}
.piclink p{
  width:100%;
  position: absolute;
  bottom:0px;
  left: 0px;
  color: #fff;
  background: rgba(0,0,0,.5);
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.bignews{
  margin-top: 30px;
}
.bignews h3{
  font-size: 24px;
  /* margin-bottom: 0px; */
}
.bignews p{
  color: #999;
  font-size: 14px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
ul.main li{
  line-height: 50px;
  position: relative;
  padding-left:10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: #010101;
	border-bottom: 1px #e1e1e1 dashed;
}
ul.main li::before{
  content: "";
  position: absolute;
  width:4px;
  height:4px;
  background: #fb6810;
  left: 0px;
  top:45%;
}

.time {
  font-size: 36px;
  text-align: center;
  padding-bottom: 10px;
}
.time span{
  display: block;
  font-size: 14px;
  color: #919191;
	font-weight: normal;
}
.width80{
    width:80%;
}

.newswt{
  margin:20px auto;
  border-bottom: #d6d6d6 dashed 1px;
}
.newswt h3{
  font-size:18px;
  overflow:hidden;
  line-height:30px;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
	color: #1a1919;
	font-weight:bold;
}
.newswt p {
	/* text-indent: 2em; */
	margin-bottom: 0;
}
.newswt p a{
  font-size: 14px;
  /*overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;*/
  margin-bottom:0px;
  color: #696969;
  line-height: 22px;

}
.newswt span{
  font-size: 14px;
  color: #ad2d2d;
  line-height: 50px;
}
ul.topmain li{
  display: flex;
  /* justify-content:space-between; */
}
ul.topmain li span{
  color: #999;
}
.toutiao{
	height:165px;
	margin-bottom: 30px;
	background: url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/ttbg.png) no-repeat top left #ffe5e5;
}
.tt{ text-align:center; font-weight:bold; color:#ce0707;padding-top: 20px;line-height: 60px;font-size: 2.3rem;}
.mt25px{ margin-top:25px;}
.ttj{color:#6b6b6b; padding:0 30px; line-height:28px; }


.part01{
	padding-top: 30px;
}
.part02{
	background: #b91e1e;
	padding-top: 20px;
	margin-top: 60px;
}
.w1236{
	width: 1230px;
	background: #ffffff;
	margin: 0 auto;
}
.xtll{
	padding-top: 20px;
	padding-bottom: 25px;
}
.yqlj .btn-default{
	background-color: #f8f8f8;
	color: #434343;
	border: none;
	width: 100%;
}
.yqlj .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle {
    background-color: #f8f8f8;
	color: #434343;
	border: none;
}


/*����ҳ*/
.mt30{
	margin-top: 30px;
}
.brh{
	border-right: 1px #ffe4e5 solid;
}
.mb40px{
	margin-bottom: 40px;
}
.lanmut{
	font-size: 22px;
	color: #c02222;
	font-weight: bold;
	border-bottom: 1px #c02222 solid;
	padding-bottom: 10px;
}
.liuyan p{
	font-size: 16px;
	line-height: 26px;
	color: #8e8e8e;
	margin: 15px 0;
}
.lbl{
	margin-bottom: 20px;
}
.lbl img{
	width: 100%;
}
.lbl p{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color:rgba(37,32,32,1.00);
}
.zysmbx .breadcrumb{
	background: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 45px;
	
}
.moye .img{ margin:0 auto;margin-bottom: 2rem; width: 84%;}
.moye h3{
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	margin: 50px;
}
.moye h6{
	text-align: center;
	font-size: 14px;
	line-height: 28px;
}
.moye h6 span{
	color: #a9171c;
}
.moye p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 32px;
	margin: 30px 0;
}
.pb40px{
	padding-bottom: 40px;
}

/*��ί��վ*/
.lmtou{
	background-color: #f4f4f4;
	height: 55px;
	border-top: 2px solid #bf0000;
}
.lmtou h1{
	font-size: 20px;
	line-height: 55px;
	color: #bf0000;
	padding-left: 15px;
}
.qiehuan{
	display: flex;
}
.qiehuan .tpnew{
	background: url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/bg-tp2.png) no-repeat bottom right #e7e7e7;
	width: 50%;
	font-size: 18px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #838383;
}
.qiehuan .tpnew.cur{
	background: url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/bg-tp1.png) no-repeat bottom right #bf0000;
	color: #ffffff;
}
.qiehuan .spnew{
	background: url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/bg-sp2.png) no-repeat bottom right #e7e7e7;
	width: 50%;
	font-size: 18px;
	height: 66px;
	line-height: 66px;
	text-align: center;
}
.qiehuan .spnew.cur{
	background: url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/bg-sp1.png) no-repeat bottom right #bf0000;
	color: #ffffff;
}
.mingdan{
	background-color: #f4f4f4;
	border-top: 2px solid #bf0000;
	height: 413px;
	padding-top: 30px;
}
.mingdan h1{
	font-size: 20px;
	font-weight: bold;
	color: #bf0000;
	text-align: center;
	margin-bottom: 15px;
}
.yyl{
	margin-bottom: 27px;
}
.lmtou22{
	border-bottom: 2px solid #bf0000;
	background-color: #ffffff;
}
.lmtou22 h1{
	font-size: 20px;
	line-height: 50px;
	color: #dc0007;
	padding-left: 20px;
	width: 122px;
	margin-bottom: 0;
	background-color: #f4f4f4;	
}
.h20px{
	height: 20px;
}
.part003{
	display: flex;
	justify-content: space-between;
}
.fwr1{
	display: flex;
	justify-content: space-between;
}
.w23px{
	width: 23px;
}
.dangzhang{
	width: 420px;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
}
.dangzhang .dzfl{
	width: 130px;
}
.dangzhang .dzfl ul{
	margin: 0px;
}
.dangzhang .dzfl ul li{
	background-color: #eeeeee;
	color: #000000;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 1px;
}
.dangzhang .dzfl ul li:hover{
	background-color: #c4090a;
	color: #ffffff;
}
.dangzhang .dzfr{
	width: 290px;
}
ul.dangshi{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
ul.dangshi li{
  line-height: 33px;
  position: relative;
  padding-left:10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color: #000000;
}
ul.dangshi li::before{
  content: "";
  position: absolute;
  width:2px;
  height:2px;
  background: #000000;
  left: 0px;
  top:45%;
}
.footerbm22{
	margin-left: 33%;
}
.yqlj{
	margin-top: 20px;
	margin-bottom: 40px;
}
.hxx{
	background-color: #910707;
	height: 1px;
}
.yqwz{
	color: #ffffff;
	line-height: 36px;
    padding-left: 20px;
}
.shuji{
	display: flex;
	margin-left: 35px;
}
.shuji11 a{
	display: block;
	width: 50px;
	height: 36px;
	text-align-last: justify;
}
.shuji22{
	display: flex;
	justify-content:space-between;
	width: 55%;
	flex-wrap: wrap;
}
.shuji22 a{
	display: block;
	width: 50px;
	height: 36px;
	text-align-last: justify;
}
.zhiwu{
	display: block;
	width: 48px;
	text-align-last: justify;
}
.gzjg{
	margin-top: 10px;
	margin-left: 20px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}

.partmbx{
	width: 100&;
	background-color: #efefef;
	height: 45px;
}
.rqlyzt{
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 30px;
}
.rqlyzt p{
	font-size: 14px;
	color: #717171;
	line-height:20px;
	text-align: center;
}
.dayin{
	background-color: #efefef;
	height: 40px;
	display: flex;
	justify-content:space-between;
	margin-top: 50px;
	margin-bottom: 40px;
}
.dyby a{
	font-size: 16px;
	color: #646464;
	line-height: 40px;
	margin-right: 20px;
}
.shuangwei img{
	margin-left: 15px;
    margin-top: 8px;
}
.bianji{
	margin-top: 30px;
	text-align: right;
}
.xgnews{
	border-top: 1px dashed #dddddd;
	border-bottom: 1px solid #d17c7c;
	padding-top: 30px;
	padding-bottom: 20px;
}
.xgnews ul li{
	line-height: 40px;
	color: #6f1c1c;
}
.erjil h1 {
    background:url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/bgerji.jpg) no-repeat center;
    font-size: 24px;
    text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
    color: #FFFFFF;
    text-align: center;
    height: 115px;
    border-bottom: 1px #FFFFFF solid;
    padding-top: 40px;
    margin-bottom: 0px;
}
.ejl li {
    font-size: 18px;
    text-align: center;
    line-height: 75px;
    background-color: #ffe4e4;
    color: #c82525;
    border-bottom: 1px #FFFFFF solid;
}
.ejl li:hover {
    background-color: #fb9898;
    color: #FFFFFF;
    background:url(http://www.jnsw.gov.cn/statics/images/jnswnew/images/ejjt.png) no-repeat #fb9898 220px;
}
.ejl li.h180 {
    height: 180px;
    background-color: #ffe4e4;
}
.ejl li.h180:hover {
    height: 180px;
    background-color: #ffe4e4;
	background-image: none;
}

.pr40px{
	padding-right: 40px;
}
.page-link {
	color: #ff201a;
    background-color: #fff;
    border: 1px solid #ffeaea;
}
.show_text{width:94%;height:auto; line-height:190%;margin:10px auto;font:normal 18px/200% "微软雅黑"; color: #404040;}
	.show_text p{margin:10px auto;font:normal 18px/200% "微软雅黑"; }
	.show_text div{margin:10px auto;font:normal 18px/200% "微软雅黑"; }
	.edit{width:98%;margin:20px auto;text-align:right;font-size:14px;}
	.show_text{width:98%;height:auto; padding-left:1%;}
	
.show_text textarea{max-width:320px;}
.show_text p img,.show_text table img{width:90%;height:auto;}
.text_img table,.show_text table{width:98%;}
	.text_img{text-align:center;width:90%;margin:30px auto; font-size:14px;}
	.text_img span img{border:1px solid #818182;margin:0 0 5px 0;}
	.text_img a{color:#003366;}	
h2{ margin:15px 0px 10px 25px; font-family:"微软雅黑"; font-weight:normal; font-size:20px; text-align:left;}
  .h2_con{
    text-align:left;
  }
  .h2_con h1{
    font-family:'微软雅黑';
    font-size:37px;
    line-height:55px;
    font-weight:normal;
  }
  .h2_con h2{
    margin:0;
    line-height:40px;
  }
  .h2_con .sou{
    text-align:left;
  }
  .nav5 ul > li:hover ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  }
  .nav5 li ul {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
  }
  .showimgnews{
    width: 650px;
    padding: 20px;
    border: 1px solid#ccc;
  }
  .lanmut-ddh{
    font-size: 22px;
    color: #c02222;
    font-weight: bold;
    border-bottom: 1px #c02222 solid;
    padding-bottom: 10px;
    padding-top: 10px;
  }